Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6b08a40442ca500c8e2073e012b51af66cab9c5a
6b08a40
Partial fix for #887242 (link extensions with dynamic_lookup in stead
by Jack Jansen
· 21 years ago
bc555e3
Fix the grammar a bit more. (Adjusted by Tony Meyer)
by Hye-Shik Chang
· 21 years ago
9bc4f2d
Drop claims that Unicode always means UCS-2. Fixes #881861.
by Martin v. Löwis
· 21 years ago
4a9b806
Document string methods that are locale-dependent. Fixes #935749.
by Martin v. Löwis
· 21 years ago
558d9bf
Patch #929192: Improvements to bluetooth support.
by Martin v. Löwis
· 21 years ago
eac324b
Patch #957240: Add count parameter to asyncore.loop.
by Martin v. Löwis
· 21 years ago
3e501dc
One more attempt to fix the grammar.
by Martin v. Löwis
· 21 years ago
6186410
SF #965425: fix so hyphenated words surrounded by punctuation are
by Greg Ward
· 21 years ago
29eb8c3
Do an actual test for xcodebuild, in stead of relying on the user to
by Jack Jansen
· 21 years ago
9f5f056
Remove the pcre module.
by Thomas Heller
· 21 years ago
118f931
Rename class attribute containing the class to be tested, so the name is the
by Walter Dörwald
· 21 years ago
b4541c2
Remove reference to pcre module
by Andrew M. Kuchling
· 21 years ago
5ededdd
Remove pcre module
by Andrew M. Kuchling
· 21 years ago
f7e836e
Don't build the pcre module any more
by Andrew M. Kuchling
· 21 years ago
acf2618
Remove reference to pcre module
by Andrew M. Kuchling
· 21 years ago
4ad9723
Remove pre module
by Andrew M. Kuchling
· 21 years ago
5629d0e
Fix grammar hopefully. :)
by Hye-Shik Chang
· 21 years ago
974ed7c
- SF #962502: Add two more methods for unicode type; width() and
by Hye-Shik Chang
· 21 years ago
b6568b9
Add a name (old change sitting in my tree)
by Andrew M. Kuchling
· 21 years ago
d783694
Remove old reminder
by Andrew M. Kuchling
· 21 years ago
43285d4
CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when
by Jack Jansen
· 21 years ago
aa2e498
Record Python 2.3.4 (final) build number.
by Thomas Heller
· 21 years ago
9c322fb
The expression list in inheritance is not optional. Fixes #960448.
by Martin v. Löwis
· 21 years ago
477c856
Move grammar rule for lambda_form into section on lambdas. Fixes #964525.
by Martin v. Löwis
· 21 years ago
13ff116
Fix typo reported in #964592. Will backport to 2.3.
by Martin v. Löwis
· 21 years ago
dd07e59
Document PyModule_AddIntConstant to take a long. Fixes #962471.
by Martin v. Löwis
· 21 years ago
04697e8
Patch #924294: Do not check for AF_INET6 if it is not defined.
by Martin v. Löwis
· 21 years ago
7dc8ec9
Copyright year changed
by Vinay Sajip
· 21 years ago
d894872
Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3.
by Martin v. Löwis
· 21 years ago
0659452
Added IMAP4_stream to __all__
by Piers Lauder
· 21 years ago
1f4bcf9
test_hash(): The test here is different enough from the one in the bug
by Tim Peters
· 21 years ago
7897ff0
Add genobject.c
by Martin v. Löwis
· 21 years ago
19a02ec
Add genobject.c to the MSVC++ 6.0 build.
by Raymond Hettinger
· 21 years ago
e440e47
Patch #957398: Add public API for Generator Object/Type.
by Martin v. Löwis
· 21 years ago
09e2cb0
[Bug #962631] Fix typo reported by Bryan Blackburn
by Andrew M. Kuchling
· 21 years ago
41bd022
SF bug #942952: Weakness in tuple hash
by Raymond Hettinger
· 21 years ago
504239f
Silence noise in regrtest.
by Martin v. Löwis
· 21 years ago
e148595
Fixup spacing in an example.
by Raymond Hettinger
· 21 years ago
173ecb6
Copy from python-2.3.spec. Incorporate patch #961465:
by Martin v. Löwis
· 21 years ago
2f50e90
SF patch 959726: sdist versus SVN
by Tim Peters
· 21 years ago
92816de
Patch #932930: suggest the use of rawstrings for backslashes.
by Martin v. Löwis
· 21 years ago
2a6ba90
Patch #963318: Add support for client-side cookie management.
by Martin v. Löwis
· 21 years ago
0a6d0ff
Port the dictionary tests from test_types.py to unittest. Collect as much
by Walter Dörwald
· 21 years ago
cbd0b36
Fix typo (from SF bug #962602)
by Walter Dörwald
· 21 years ago
874ebd5
Add weakref support to sockets and re pattern objects.
by Raymond Hettinger
· 21 years ago
027bb63
Add weakref support to sockets and re pattern objects.
by Raymond Hettinger
· 21 years ago
cb87bc8
Add weakref support to array.array and file objects.
by Raymond Hettinger
· 21 years ago
691d805
Make sets and deques weak referencable.
by Raymond Hettinger
· 21 years ago
d70ad8a
Update docstring for dict.update() to match the new realities.
by Walter Dörwald
· 21 years ago
8759090
starting to add comments to explain what's here
by Fred Drake
· 21 years ago
80ce6dd
The default argument in dict.setdefault() defaults to None.
by Walter Dörwald
· 21 years ago
c139909
The default argument in dict.setdefault() defaults to None.
by Walter Dörwald
· 21 years ago
08678a1
Remove float_compare as per
by Michael W. Hudson
· 21 years ago
76b8cc8
Band-aid type fix for
by Michael W. Hudson
· 21 years ago
4ccf336
Fill-in the introductory paragraph for the library tour.
by Raymond Hettinger
· 21 years ago
846865b
Add a further tour of the standard library.
by Raymond Hettinger
· 21 years ago
a8aebce
Follow official recommendation for domain names in examples.
by Raymond Hettinger
· 21 years ago
79cddc5
stupid, stupid, stupid... raw_input() already supports readline() if the
by Skip Montanaro
· 21 years ago
b98a8ba
Add example that uses readline.readline().
by Skip Montanaro
· 21 years ago
0dc2310
Exposed readline() function from the readline module.
by Skip Montanaro
· 21 years ago
ddc819c
Make sure sets are printed in sorted order
by Raymond Hettinger
· 21 years ago
e36894d
Updated to reflect new types.
by Raymond Hettinger
· 21 years ago
1453e4a
* teach repr.repr() about collections.deque() * rename a variable for clarity
by Raymond Hettinger
· 21 years ago
ba6cd36
* Updated repr.py to handle set() and frozenset().
by Raymond Hettinger
· 21 years ago
83ee795
Add a test to verify an early call to iter() on the outermost for expression.
by Raymond Hettinger
· 21 years ago
956e4f7
Clarify when iter() is first called in generator expressions.
by Raymond Hettinger
· 21 years ago
8bc81fc
Added description for authenticate and namespace
by Piers Lauder
· 21 years ago
c1e32b6
Fixed IMAP4_SSL read bug introduced by patch 956394
by Piers Lauder
· 21 years ago
8f2b244
Fixed IMAP4_SSL read and readlines code per patch 956394
by Piers Lauder
· 21 years ago
6e1fd2f
Improved wording for generator expressions.
by Raymond Hettinger
· 21 years ago
059e170
SF bug #949329: sets.Set() --> set()
by Raymond Hettinger
· 21 years ago
170a622
Add more docs for generator expressions.
by Raymond Hettinger
· 21 years ago
ba91b9f
Applying SF patch #949329 on behalf of Raymond Hettinger.
by Armin Rigo
· 21 years ago
16581c8
Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from trying to do msync(-1);munmap(-1).
by Andrew M. Kuchling
· 21 years ago
354433a
SF patch #872326: Generator expression implementation
by Raymond Hettinger
· 21 years ago
285cfcc
Make type check work with subclasses
by Raymond Hettinger
· 21 years ago
9f15b5c
add some notes about the changes to ConfigParser
by Fred Drake
· 21 years ago
8290314
ConfigParser:
by Fred Drake
· 21 years ago
b4c6091
ConfigParser:
by Fred Drake
· 21 years ago
abc086f
ConfigParser:
by Fred Drake
· 21 years ago
bc12b01
ConfigParser:
by Fred Drake
· 21 years ago
beddfcb
date typo in %changelog
by Skip Montanaro
· 21 years ago
ad9a7c4
test_alias_nofallback(): Someone broke this test, after 2.3, by
by Tim Peters
· 21 years ago
e4aeb7d
_parsegen(): Add a missing check for NeedMoreData.
by Barry Warsaw
· 21 years ago
97b6484
Update the DLL example to work with Py2.4.
by Raymond Hettinger
· 21 years ago
2dc0c13
typo - fixes 954030.
by Skip Montanaro
· 21 years ago
ac606cc
forward porting from release23-maint
by Barry Warsaw
· 21 years ago
2178a6d
test_boundary_in_non_multipart(): Added a test for SF bug # 846938.
by Barry Warsaw
· 21 years ago
61e5616
encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but
by Barry Warsaw
· 21 years ago
4e59bc1
readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the
by Barry Warsaw
· 21 years ago
58eb0fc
test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary():
by Barry Warsaw
· 21 years ago
d49f1d6
_structure(): Make sure all output goes the to fp object.
by Barry Warsaw
· 21 years ago
d0c12af
Another evil test from Anthony's suite. This one has an inner part with the
by Barry Warsaw
· 21 years ago
dce231f
A boiled down example from Anthony's MIME torture tests. This one has a
by Barry Warsaw
· 21 years ago
c3d9316
forward-port 1.17.12.1
by Anthony Baxter
· 21 years ago
f0ba764
SF #847346: merge from release23-maint branch: remove misguided
by Greg Ward
· 21 years ago
10c6606
SF bug #952866: "can't multiply sequence *by* non-int"
by Raymond Hettinger
· 21 years ago
0e371f2
Make sure "del d[n]" is properly supported. Was necessary because the
by Raymond Hettinger
· 21 years ago
fd3f4fb
Windows build number for 2.3.4c1 is 52.
by Thomas Heller
· 21 years ago
1cd6e4d
fix various descriptions of "ctime" (closes SF patch #870287)
by Fred Drake
· 21 years ago
Next »